-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Management API #26
Conversation
… inventory-api module
…rceExtensionInterface as it will be autogenerated
…ento2 into mni/source-management
…part of the businessmodel for source
…gcom/magento2 into mni/source-management
…ento2 into mni/source-management
- fixed code style issues
…llow the inherit doc from interface
…ento2 into mni/source-management
…part of the businessmodel for sourcecarrierlink, updated carrierlink-interface, implemented part of source-businessmodel
@@ -322,15 +322,16 @@ public function setPriority($priority) | |||
*/ | |||
public function getCarrierLinks() | |||
{ | |||
// TODO: Implement getCarrierLinks() method. | |||
return $this->getData(SourceInterface::PRIORITY); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be a SourceInterface::CARRIER_LINKS ?
…gcom/magento2 into mni/source-management
*/ | ||
public function setPriority($priority); | ||
|
||
/** | ||
* @param \Magento\InventoryApi\Api\Data\SourceCarrierLinkInterface[] $carrierLinks | ||
* @return $this | ||
* @return \Magento\InventoryApi\Api\Data\SourceCarrierLinkInterface[] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
null
may be returned as well
-- global refactoring
/** | ||
* Collection constructor | ||
* | ||
* @param SourceCarrierLinkManagementInterface $sourceCarrierLinkManagement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update phpdoc with all dependencies
-- global refactoring -- fix unit tests
-- fix static tests
-- fix static tests -- fix soap tests
-- fix static tests
-- global refactoring
-- global refactoring
-- global refactoring
-- fix static tests
-- fix static tests
…nto/magento2ce into mni/source-management
-- fix static tests
B2B-1026: Purchase Order final checkout page is incompatible with msi
Description
Changes which were created during the 1st contribution day in Leipzig
Fixed Issues (if relevant)
source_edit
(approved by @maghamed)Manual testing scenarios
Currently code review only
Contribution checklist